math/big.Int.scaleDenom (method)
9 uses
math/big (current package)
rat.go#L475: func (z *Int) scaleDenom(stk *stack, x *Int, f nat) {
rat.go#L492: a.scaleDenom(stk, &x.a, y.b.abs)
rat.go#L493: b.scaleDenom(stk, &y.a, x.b.abs)
rat.go#L503: a1.scaleDenom(stk, &x.a, y.b.abs)
rat.go#L504: a2.scaleDenom(stk, &y.a, x.b.abs)
rat.go#L516: a1.scaleDenom(stk, &x.a, y.b.abs)
rat.go#L517: a2.scaleDenom(stk, &y.a, x.b.abs)
rat.go#L555: a.scaleDenom(stk, &x.a, y.b.abs)
rat.go#L556: b.scaleDenom(stk, &y.a, x.b.abs)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |